home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / lisp / hyperbole / kotl / kproperty.el < prev    next >
Encoding:
Text File  |  1995-06-21  |  817 b   |  30 lines

  1. ;;!emacs
  2. ;;
  3. ;; FILE:         kproperty.el
  4. ;; SUMMARY:      Wrapper for koutline text property implementations.
  5. ;; USAGE:        GNU Emacs Lisp Library
  6. ;; KEYWORDS:     outlines, wp
  7. ;;
  8. ;; AUTHOR:       Bob Weiner
  9. ;;
  10. ;; ORIG-DATE:    7/27/93
  11. ;; LAST-MOD:     21-Jun-95 at 00:47:53 by Bob Weiner
  12. ;;
  13. ;; This file is part of Hyperbole.
  14. ;; Available for use and distribution under the same terms as GNU Emacs.
  15. ;;
  16. ;; Copyright (C) 1993-1995, Free Software Foundation, Inc.
  17. ;; Developed with support from Motorola Inc.
  18. ;;
  19. ;; DESCRIPTION:  
  20. ;;
  21. ;; DESCRIP-END.
  22.  
  23. ;;; ************************************************************************
  24. ;;; Other required Elisp libraries
  25. ;;; ************************************************************************
  26.  
  27. (load (if hyperb:emacs19-p "kprop-em19" "kprop-xe"))
  28.  
  29. (provide 'kproperty)
  30.